GetCV Interface

public interface GetCV

Module Procedures

public function GetCVofGridFloat(grid, maskReal, maskInteger) result(cv)

compute coefficient of variation of grid_real eventually constrained to a mask

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid
type(grid_real), intent(in), optional :: maskReal
type(grid_integer), intent(in), optional :: maskInteger

Return Value real(kind=float)